func crypto/internal/fips140/ecdsa.verifyGeneric
2 uses
crypto/internal/fips140/ecdsa (current package)
ecdsa.go#L448: func verifyGeneric[P Point[P]](c *Curve[P], pub *PublicKey, hash []byte, sig *Signature) error {
ecdsa_noasm.go#L14: return verifyGeneric(c, pub, hash, sig)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)